home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
dissem
/
dissdemo.dir
/
00210.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-25
|
322 b
|
19 lines
on enterFrame
puppetSprite(2, 1)
puppetSprite(3, 1)
if rollOver(2) then
set the castNum of sprite 2 to 213
else
set the castNum of sprite 2 to 2
end if
if rollOver(3) then
set the castNum of sprite 3 to 214
else
set the castNum of sprite 3 to 3
end if
end
on exitFrame
go(the frame)
end